home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual Foxpro 6.0 (Ent. Edition) / Vf6ent Extractor.EXE / FFC / _HTML.H < prev    next >
Encoding:
Text File  |  1998-05-26  |  553 b   |  21 lines

  1. * _HTML.H - Header file for _HTML class library.
  2. *
  3.  
  4. *-- Messages
  5. #DEFINE M_ALIAS_LOC                    "Alias"
  6. #DEFINE M_FILE_LOC                    "File"
  7. #DEFINE M_GENERATING_HTML_LOC        "Generating HTML"
  8. #DEFINE M_GENHTML_LOC                "GenHTML"
  9. #DEFINE M_NOT_FOUND_LOC                "not found"
  10. #DEFINE M_NOT_SUPPORTED_LOC            "not supported"
  11. #DEFINE M_OBJECT_LOC                "Object"
  12. #DEFINE M_SAVE_LOC                    "Save"
  13. #DEFINE M_SAVE_AS_LOC                "Save As"
  14.  
  15. *-- ASCII codes
  16. #DEFINE TAB            CHR(9)
  17. #DEFINE LF            CHR(10)
  18. #DEFINE CR            CHR(13)
  19. #DEFINE CR_LF        CR+LF
  20. #DEFINE    EVAL_ITEM    CHR(0)+"_"+CHR(255)
  21.